-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Substitute ModulesCommand
and SubworkflowsCommand
by ComponentsCommand
#2000
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #2000 +/- ##
==========================================
+ Coverage 63.11% 63.84% +0.73%
==========================================
Files 43 41 -2
Lines 4945 4915 -30
==========================================
+ Hits 3121 3138 +17
+ Misses 1824 1777 -47
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should update SubworkflowsTest
to also use the refactored ComponentsTest
class too.
Everything else is as it was after initial review so I think it's good after that?
…into componentscommand
Try removing
ModulesCommand
andSubworkflowsCommand
and useComponentsCommand
instead as discussed in #1995(comment)PR checklist
CHANGELOG.md
is updateddocs
is updated